home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_100 / 163_01 / assert.h < prev    next >
Encoding:
C/C++ Source or Header  |  1987-06-01  |  128 b   |  5 lines

  1. /*
  2. ** header file for "assert" -- program verification
  3. */
  4. extern int assert();
  5.